home *** CD-ROM | disk | FTP | other *** search
/ PCMania 73 / PCMania CD73_1.iso / sharewar / juegos / bomber / bomber.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1998-07-12  |  3KB  |  138 lines

  1. object Form2: TForm2
  2.   Left = 279
  3.   Top = 231
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Bomberman Leveleditor'
  7.   ClientHeight = 389
  8.   ClientWidth = 542
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Shape1: TShape
  17.     Left = 432
  18.     Top = 287
  19.     Width = 15
  20.     Height = 15
  21.     Brush.Color = clGray
  22.   end
  23.   object Shape2: TShape
  24.     Left = 432
  25.     Top = 306
  26.     Width = 15
  27.     Height = 15
  28.     Brush.Color = clSilver
  29.   end
  30.   object Shape3: TShape
  31.     Left = 432
  32.     Top = 326
  33.     Width = 15
  34.     Height = 15
  35.     Brush.Color = clOlive
  36.   end
  37.   object Shape4: TShape
  38.     Left = 432
  39.     Top = 345
  40.     Width = 15
  41.     Height = 15
  42.     Brush.Color = clGreen
  43.   end
  44.   object Shape5: TShape
  45.     Left = 432
  46.     Top = 364
  47.     Width = 15
  48.     Height = 15
  49.     Brush.Color = 14540253
  50.   end
  51.   object StringGrid1: TStringGrid
  52.     Left = 8
  53.     Top = 8
  54.     Width = 410
  55.     Height = 303
  56.     ColCount = 15
  57.     DefaultColWidth = 26
  58.     DefaultRowHeight = 19
  59.     DefaultDrawing = False
  60.     FixedCols = 0
  61.     RowCount = 15
  62.     FixedRows = 0
  63.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
  64.     ScrollBars = ssNone
  65.     TabOrder = 0
  66.     OnDrawCell = StringGrid1DrawCell
  67.     OnSelectCell = StringGrid1SelectCell
  68.   end
  69.   object RadioGroup1: TRadioGroup
  70.     Left = 456
  71.     Top = 272
  72.     Width = 81
  73.     Height = 113
  74.     Caption = 'Block Typ'
  75.     ItemIndex = 0
  76.     Items.Strings = (
  77.       'Hard'
  78.       'Soft'
  79.       'Random'
  80.       'Default'
  81.       'Soft/Extra')
  82.     TabOrder = 1
  83.   end
  84.   object Button1: TButton
  85.     Left = 8
  86.     Top = 352
  87.     Width = 75
  88.     Height = 25
  89.     Caption = 'Clear'
  90.     TabOrder = 2
  91.     OnClick = Button1Click
  92.   end
  93.   object Button2: TButton
  94.     Left = 136
  95.     Top = 320
  96.     Width = 75
  97.     Height = 25
  98.     Caption = 'Add'
  99.     TabOrder = 3
  100.     OnClick = Button2Click
  101.   end
  102.   object Edit1: TEdit
  103.     Left = 8
  104.     Top = 320
  105.     Width = 121
  106.     Height = 21
  107.     TabOrder = 4
  108.     Text = 'Normal'
  109.   end
  110.   object ListBox1: TListBox
  111.     Left = 424
  112.     Top = 8
  113.     Width = 113
  114.     Height = 257
  115.     ItemHeight = 13
  116.     TabOrder = 5
  117.     OnClick = ListBox1Click
  118.   end
  119.   object Button3: TButton
  120.     Left = 216
  121.     Top = 320
  122.     Width = 75
  123.     Height = 25
  124.     Caption = 'Replace'
  125.     TabOrder = 6
  126.     OnClick = Button3Click
  127.   end
  128.   object Button4: TButton
  129.     Left = 320
  130.     Top = 320
  131.     Width = 75
  132.     Height = 25
  133.     Caption = 'Delete'
  134.     TabOrder = 7
  135.     OnClick = Button4Click
  136.   end
  137. end
  138.